'宣言 Public Function GroupBy( _ ByVal ParamArray names() As System.String _ ) As BoundSheetBuilder(Of T)
public BoundSheetBuilder<T> GroupBy( params System.string[] names )
パラメータ
- names
- The property names used for grouping
戻り値の型
Current builder
'宣言 Public Function GroupBy( _ ByVal ParamArray names() As System.String _ ) As BoundSheetBuilder(Of T)
public BoundSheetBuilder<T> GroupBy( params System.string[] names )